|
CryptoPro XMLDsig API. Public API. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.CryptoPro.JCPxml.dsig.internal.dom.DOMStructure
ru.CryptoPro.JCPxml.dsig.internal.dom.DOMCryptoBinary
public final class DOMCryptoBinary
A DOM-based representation of the XML CryptoBinary simple type
as defined in the W3C specification for XML-Signature Syntax and Processing.
The XML Schema Definition is defined as:
| Constructor Summary | |
|---|---|
DOMCryptoBinary(java.math.BigInteger bigNum)
Create a DOMCryptoBinary instance from the specified
BigInteger |
|
DOMCryptoBinary(org.w3c.dom.Node cbNode)
Creates a DOMCryptoBinary from a node. |
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getBigNum()
Returns the BigInteger that this object contains. |
void |
marshal(org.w3c.dom.Node parent,
java.lang.String prefix,
javax.xml.crypto.dom.DOMCryptoContext context)
|
| Methods inherited from class ru.CryptoPro.JCPxml.dsig.internal.dom.DOMStructure |
|---|
isFeatureSupported |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMCryptoBinary(java.math.BigInteger bigNum)
DOMCryptoBinary instance from the specified
BigInteger
bigNum - the arbitrary-length integer
java.lang.NullPointerException - if bigNum is null
public DOMCryptoBinary(org.w3c.dom.Node cbNode)
throws javax.xml.crypto.MarshalException
DOMCryptoBinary from a node.
cbNode - a CryptoBinary text node
javax.xml.crypto.MarshalException - if value cannot be decoded (invalid format)| Method Detail |
|---|
public java.math.BigInteger getBigNum()
BigInteger that this object contains.
BigInteger that this object contains
public void marshal(org.w3c.dom.Node parent,
java.lang.String prefix,
javax.xml.crypto.dom.DOMCryptoContext context)
throws javax.xml.crypto.MarshalException
marshal in class DOMStructurejavax.xml.crypto.MarshalException
|
Copyright Crypto-Pro. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||